home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue62 / outlook / OutlookHelper / MainForm.dfm next >
Encoding:
Text File  |  2000-08-12  |  1.4 KB  |  68 lines

  1. object HelperMainForm: THelperMainForm
  2.   Left = 326
  3.   Top = 107
  4.   Width = 402
  5.   Height = 249
  6.   BorderIcons = [biSystemMenu, biMinimize]
  7.   Caption = 'WebLook Outlook Helper'
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 200
  10.   Constraints.MinWidth = 400
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 32
  23.     Width = 21
  24.     Height = 13
  25.     Caption = '&Log:'
  26.     FocusControl = Log
  27.   end
  28.   object HelperActive: TCheckBox
  29.     Left = 8
  30.     Top = 8
  31.     Width = 49
  32.     Height = 17
  33.     Caption = '&Active'
  34.     Checked = True
  35.     State = cbChecked
  36.     TabOrder = 0
  37.   end
  38.   object Log: TMemo
  39.     Left = 8
  40.     Top = 48
  41.     Width = 377
  42.     Height = 169
  43.     Anchors = [akLeft, akTop, akRight, akBottom]
  44.     ScrollBars = ssVertical
  45.     TabOrder = 1
  46.   end
  47.   object FreeObjects: TButton
  48.     Left = 296
  49.     Top = 8
  50.     Width = 89
  51.     Height = 25
  52.     Anchors = [akTop, akRight]
  53.     Caption = 'Free Objects'
  54.     TabOrder = 2
  55.     OnClick = FreeObjectsClick
  56.   end
  57.   object ClearLog: TButton
  58.     Left = 192
  59.     Top = 8
  60.     Width = 89
  61.     Height = 25
  62.     Anchors = [akTop, akRight]
  63.     Caption = 'Clear Log'
  64.     TabOrder = 3
  65.     OnClick = ClearLogClick
  66.   end
  67. end
  68.